ScreencastFrameMetadata

data class ScreencastFrameMetadata(offsetTop: Double, pageScaleFactor: Double, deviceWidth: Double, deviceHeight: Double, scrollOffsetX: Double, scrollOffsetY: Double, timestamp: TimeSinceEpoch?)

Screencast frame metadata.

Constructors

ScreencastFrameMetadata
Link copied to clipboard
fun ScreencastFrameMetadata(offsetTop: Double, pageScaleFactor: Double, deviceWidth: Double, deviceHeight: Double, scrollOffsetX: Double, scrollOffsetY: Double, timestamp: TimeSinceEpoch? = null)

Properties

deviceHeight
Link copied to clipboard
val deviceHeight: Double
Device screen height in DIP.
deviceWidth
Link copied to clipboard
val deviceWidth: Double
Device screen width in DIP.
offsetTop
Link copied to clipboard
val offsetTop: Double
Top offset in DIP.
pageScaleFactor
Link copied to clipboard
val pageScaleFactor: Double
Page scale factor.
scrollOffsetX
Link copied to clipboard
val scrollOffsetX: Double
Position of horizontal scroll in CSS pixels.
scrollOffsetY
Link copied to clipboard
val scrollOffsetY: Double
Position of vertical scroll in CSS pixels.
timestamp
Link copied to clipboard
val timestamp: TimeSinceEpoch? = null
Frame swap timestamp.

Sources

jvm source
Link copied to clipboard